Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JENKINS-61392] Make issues in modified code visible #1669

Merged
merged 28 commits into from
Feb 23, 2024
Merged

[JENKINS-61392] Make issues in modified code visible #1669

merged 28 commits into from
Feb 23, 2024

Conversation

uhafner
Copy link
Member

@uhafner uhafner commented Jan 26, 2024

Issues that are part of modified code will be marked, when there is a delta computation result.

See also JENKINS-61392.

Bildschirmfoto 2024-01-26 um 11 37 37

Bildschirmfoto 2024-01-26 um 12 00 01

Bildschirmfoto 2024-01-26 um 11 37 04

# Conflicts:
#	plugin/pom.xml
#	plugin/src/main/java/io/jenkins/plugins/analysis/core/steps/RecordIssuesStep.java
#	plugin/src/main/java/io/jenkins/plugins/analysis/core/steps/ScanForIssuesStep.java
#	plugin/src/test/java/io/jenkins/plugins/analysis/warnings/steps/MiscIssuesRecorderITest.java
#	plugin/src/test/java/io/jenkins/plugins/analysis/warnings/steps/StepsITest.java
@uhafner uhafner added the enhancement Enhancement of existing functionality label Jan 26, 2024
@uhafner uhafner changed the title Make issues in modified code visible [JENKINS-61392] Make issues in modified code visible Jan 30, 2024
@uhafner uhafner marked this pull request as ready for review February 23, 2024 20:50
@uhafner uhafner merged commit 95303dc into main Feb 23, 2024
2 of 4 checks passed
@uhafner uhafner deleted the git-delta branch February 23, 2024 22:34
getContext().get(FlowNode.class));

var deltaCalculator = DeltaCalculatorFactory
.findDeltaCalculator(step.scm, getRun(), getWorkspace(), getTaskListener(), new FilteredLog());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#1679 (comment) probably better placed here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants